CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - FPGA CAN

搜索资源列表

  1. 1024FFT FPGA实现仿真参考

    0下载:
  2. 1024 点FFT,基于基4蝶形运算,在VC编译通过,可以作为FPGA实现仿真参考-1024-point FFT, radix-4 butterfly operations based in the VC compiler, FPGA emulation can be used as reference
  3. 所属分类:Modem编程

    • 发布日期:2017-03-29
    • 文件大小:12806
    • 提供者:lgmlgm
  1. cfgad9235

    1下载:
  2. ad9235的FPGA配置,可以对ad9235完成完整的FPGA配置,很好-ad9235 FPGA configuration can be done for ad9235 complete FPGA configuration, good
  3. 所属分类:3G develop

    • 发布日期:2017-04-01
    • 文件大小:204316
    • 提供者:薛辉
  1. uart_fpga

    0下载:
  2. 一个完全好用的程序,用ISE 8.2打开就可直接应用-A fully-to-use procedures, with ISE 8.2 can be applied directly to open
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:620963
    • 提供者:Ma liang
  1. 3

    0下载:
  2. 串口通信的事例FPGA上面可以实现非常实用-FPGA serial communication above examples can be very useful for implementation
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:491406
    • 提供者:xixi
  1. USBblaster

    0下载:
  2. FPGA的USB应用电路,已经成功通过测试,可以量产。-Application of FPGA circuit of the USB has been successfully tested, can be mass production.
  3. 所属分类:USB develop

    • 发布日期:2017-04-16
    • 文件大小:98821
    • 提供者:凌虎
  1. VHDL

    0下载:
  2. 可用于FPGA的用VHDL语言写的关于串口通讯的源代码-FPGA can be used in the VHDL language used on the source code for serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:4315
    • 提供者:卢平
  1. costas_carrier_recover

    1下载:
  2. 基于硬件定点的完整的costas载波恢复环设计,FPGA设计可以用之参考。包括输入QPSK信号,16倍符号率采样,初始频差2.4KHz,以及低通滤波器的设计等待。最重要的是有本人的注释,易于上手。-Hardware-based fixed-point of complete costas carrier recovery loop design, FPGA reference design can be used. Including input QPSK signal, 16 times th
  3. 所属分类:3G开发

    • 发布日期:2014-03-16
    • 文件大小:1737
    • 提供者:luoshuwen
  1. 9600divider

    0下载:
  2. 任意分频器,可以实现FPGA的CLK分频功能,已通过编译-Arbitrary frequency divider can be achieved FPGA-CLK sub-band capabilities, has passed the compilation
  3. 所属分类:Com Port

    • 发布日期:2017-04-24
    • 文件大小:195765
    • 提供者:liujieyu
  1. HDLC_VHDL

    1下载:
  2. 用VHDL实现从以太网到并行数据以及从并行数据到以太网的HDLC成帧解帧.附详细代码说明,方便阅读.可方面移植到Altera及Xilinx等厂家芯片,是做基于FPGA的以太网设计的好资料-Achieved using VHDL and parallel data from the Ethernet to parallel data from the HDLC framing solution to Ethernet frames. Attached detailed code instructi
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:11672
    • 提供者:卓福洲
  1. uatr_and_dds

    0下载:
  2. 实现通过PC来控制fpga发出波形,波的形状和频率可通过PC控制,波形利用dds来发出,这是当时我做的电子测量的课程设计。-Fpga implementation given by PC to control the waveform, wave shape and frequency can be controlled through the PC, waveform using dds to send, this is when I do the electronic measurement
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3406609
    • 提供者:张尅
  1. Design_of_FPGA_Responder

    0下载:
  2. 抢答器在各类竞赛中的必备设备,有单路输入的,也有组输入方式,本设计以FPGA 为基础设计了有三组输入(每组三人),具有抢答计时控制,能够对各抢答小组成绩进行相应加减操作的通用型抢答器;现行的抢答器中主要有两种:小规模数字逻辑芯片译码器和触发器来做,另外一种用单片机来做;小规模数字逻辑电路比较复杂,用单片机来做随着抢答组数的增加有时候存在I/O 口不足的情况;本设计采用FPGA 来做增强了时序控制的灵活性,同时由于FPGA 的I/O 端口资源丰富,可以在本设计基础上稍加修改可以设计具有多组输入的抢
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:152362
    • 提供者:huanghao
  1. UART

    0下载:
  2. FPGA实时监测RS232_RX信号是否有数据,若接收到数据,则把接收到的数据通过RS232_TX发送回对方。上位机使用的软件是串口调试助手(多模式课程网站下载)。在代码设计中,数据的波特率是可选的,可以根据需要进行配置,如9600bps,19200bps,38400bps,57600bps或115200bps。发送的数据帧格式为:1位起始位(保持一个传输位周期的低电平),8位数据,无校验位,1位停止位。-The FPGA real monitoring RS232_RX signal whet
  3. 所属分类:Com Port

    • 发布日期:2017-11-16
    • 文件大小:467621
    • 提供者:wang
  1. uart-IP-Core

    1下载:
  2. 串口的FPGA VHDL的IP核 可以直接调用使用-Serial FPGA VHDL IP core can be called directly use
  3. 所属分类:Com Port

    • 发布日期:2017-11-02
    • 文件大小:322067
    • 提供者:吴星
  1. uart

    0下载:
  2. 基于FPGA的一个异步串口收发器(UART)在FPGA上设计Uart发送模块,可以把从pc接收的数据的16进制值加1再发送给PC;设计单片机和FPGA接口模块,可以把接收到的数据送给单片机,并显示在LCD上。-Uart transmission module design on an FPGA FPGA-based asynchronous serial transceiver (UART), can be hexadecimal values ​ ​ from the pc
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:1199280
    • 提供者:师楠
  1. SLAVE-FIFO-16BITS

    0下载:
  2. CY7C68013a的slavefifo的固件源代码,keil编写,以及使用FPGA向EP6端点写数据的verilog源代码,没有错误,可以编译成功!-CY7C68013a of slavefifo firmware source code, keil prepared using FPGA and write data to the endpoint EP6 verilog source code, no errors, you can compile successfully!
  3. 所属分类:USB develop

    • 发布日期:2017-04-01
    • 文件大小:223124
    • 提供者:向新铭
  1. CAN收发-小文

    0下载:
  2. CY3 FPGA实现can的收发功能,发送接收的内容(DAC7611 read and write code, to achieve DAC conversion, 12bit DAC chip, SPI Communications)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-24
    • 文件大小:18849792
    • 提供者:欢欢换
  1. FpgaMskDemod

    1下载:
  2. 能够实现MSK的解调,语言为verilog(MSK demodulation can be achieved, and the language is Verilog.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-26
    • 文件大小:21826560
    • 提供者:亚东
  1. FpgaMskDemod

    1下载:
  2. 一种能实现msk的解调,语言为verilog(One can achieve MSK demodulation, the language is Verilog)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-31
    • 文件大小:8644608
    • 提供者:亚东
  1. 源程序

    0下载:
  2. 基于FPGA的超声波测距,利用原理图绘制,可以转成veilog代码(Ultrasonic ranging based on FPGA, using schematic drawing, can be converted to veilog code)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-05
    • 文件大小:11157504
    • 提供者:dongtaishan
  1. fifo

    1下载:
  2. Verilog HDL实现通用的FIFO的一个demo,可以参考这个程序根据自己的需求更改深度和宽度,以及标志位(Verilog HDL implements a demo of a generic FIFO that you can refer to to to change the depth and width, as well as the flag bits, depending on your needs)
  3. 所属分类:传真(Fax)编程

    • 发布日期:2020-12-15
    • 文件大小:4649984
    • 提供者:gankl
« 12 »
搜珍网 www.dssz.com